const github.com/go-pg/pg/v10.readyForQueryMsg

12 uses

	github.com/go-pg/pg/v10 (current package)
		messages.go#L51: 	readyForQueryMsg      = 'Z'
		messages.go#L117: 			case readyForQueryMsg:
		messages.go#L578: 		case readyForQueryMsg:
		messages.go#L694: 		case readyForQueryMsg:
		messages.go#L768: 		case readyForQueryMsg: // Response to the SYNC message.
		messages.go#L952: 		case readyForQueryMsg:
		messages.go#L1036: 		case readyForQueryMsg: // Response to the SYNC message.
		messages.go#L1087: 		case readyForQueryMsg:
		messages.go#L1127: 		case readyForQueryMsg:
		messages.go#L1184: 		case readyForQueryMsg:
		messages.go#L1243: 		case readyForQueryMsg:
		messages.go#L1287: 		case readyForQueryMsg: